Welcome![Sign In][Sign Up]
Location:
Search - MSComm vb

Search list

[Communication-MobileMSComm 控件的 Modem 通讯

Description: MSComm 控件通过串行端口(serial port)传送和接收数据,为应用程序提供了串行通讯功能。而且在可视化编程盛行的今天,可以很方便的在Visual Basic(VB)、Visual C++(VC)、Delphi等语言及开发平台中应用。-MSComm controls (serial port) to transmit and the receive data through the serial port, has provided the serial communication function for the application procedure. Moreover today which is in vogue in the visible programming, may be very convenient in Visual Basic (VB), Visual C (VC), language and so on Delphi and develops in the platform to apply.
Platform: | Size: 26624 | Author: 甘敏 | Hits:

[DocumentsVB.mscomm

Description: 关于VB中的SMCOMM控件的使用方法-on the VB SMCOMM controls on the use
Platform: | Size: 4096 | Author: 何国洲 | Hits:

[Program doc计算机世界网-VB Mscomm控件应用.files

Description: VB Mscomm控件应用-VB Mscomm Control Application
Platform: | Size: 93184 | Author: 王刚 | Hits:

[Com Portvb演示Mscomm各种通信功能

Description: vb演示Mscomm各种通信功能-vb demonstration of various communications functions Mscomm
Platform: | Size: 59392 | Author: 宋勇江 | Hits:

[Com PortMSComm控件实现中文Win 9x下的通信

Description: VB 5.0/6.0的MSComm通信控件提供了一系列标准通信命令的接 口,它允许建立串口连接,可以连接到其他通信设备(如Modem)、 还可以发送命令、进行数据交换以及监视和响应在通信过程中可能 发生的各种错误和事件,从而可以用它创建全双工的、事件驱动 的、高效实用的通信程序。-VB 5.0/6.0 the MSComm control communications for a series of standard communication interface orders, which allow for the establishment of serial link can be connected to other communications equipment (such as modem), and also can send orders, the exchange of information and surveillance and response in the communication process may mistakes that occurred in the incident, which can be used to create full-duplex, event-driven, highly effective and practical communication program.
Platform: | Size: 5120 | Author: 徐徐 | Hits:

[CommunicationVB6.0环境下利用Mscomm控件实现串行通信

Description: VB6.0环境下利用Mscomm控件实现串行通信-VB6.0 environment using Mscomm Serial Communication Control
Platform: | Size: 6144 | Author: 米蕤 | Hits:

[Communication基于VB实现PC机与单片机的串行通讯

Description: 基于VB实现PC机与单片机的串行通讯 随着计算机技术尤其是单片微型机技术的发展,人们已越来越多地采用单片机来对一些工业控制系统中如温度、流量和压力等参数进行检测和控制。PC机具有强大的监控和管理功能,而单片机则具有快速及灵活的控制特点,通过PC机的RS-232串行接口与外部设备进行通信,是许多测控系统中常用的一种通信解决方案。因此如何实现PC机与单片机之间的通讯具有非常重要的现实意义。本文将论述在VB环境下PC机与单片机之间实现串行通讯的软硬件方案。PC机的通讯程序使用Visual Basic编写,VB是Microsoft公司推出的Windows应用程序开发工具,因其具有界面友好,编程简便等优点而受到广泛的使用,而且 Visual Basic 6.0 版本带有专门实现串行通讯的MSCOMM控件。-VB-based PC and SCM serial communication with the computer technology, especially the single-chip microcomputer technology the development, it has been increasingly used to SCM for some industrial control systems such as temperature, flow and pressure parameters detection and control. PC with a powerful monitoring and management capabilities, and SCM has a rapid and flexible control characteristics, PC through the RS-232 serial interface with external communications equipment, many control systems are commonly used in a communications solutions. So how PC and communication between the microcontroller is a very important practical significance. This paper will describe the environment in VB PC and microcontroller serial communication between the hardware and software programs. PC communicat
Platform: | Size: 14336 | Author: 贾沼瑞 | Hits:

[Com PortVb串口通讯调试方法

Description: vb 串口通讯调试方法 现有电子秤一台,使用串口与计算机进行通讯。编写VB程序来访问串口,达到读取电子秤上显示的数据。该电子秤为BE01型仪表,输出为RS-232C标准接口,波特率为300-9600、偶校验、7个数据位、2个停止位。所有字符均发送11位ASCII码,一个起始位。在VB中与串口通讯需要引入控件MSComm串口通讯控件(在Microsoft Comm Control 6.0中)-vb serial communications debugging method existing electronic weighing a Taiwan, the use of serial communication with the computer. Preparation of VB to visit serial, electronic scales to read displayed on the data. The electronic scales for BE01-type instrument, the output of RS-232C standard interface, baud rate to 300-9600. Dual-checking, seven data bits, stop at two. All characters are sending ASCII 11, a starting place. In VB serial communications needs with the introduction of MSComm control serial communication controller (in Microsoft Co. Control 6.0 mm)
Platform: | Size: 3072 | Author: 林帆 | Hits:

[Other Embeded programvb-serialport

Description: 通常串口的开发是基于VC的,这个为以VB开发工具的来说,希望能有所借鉴。用activeX控件 mscomm32.ocx写的一个串口调试工具.-usually is based on the development of the VC, VB to the development of tools, hopes to have a reference. Use activeX control mscomm32.ocx write a serial debugging tools.
Platform: | Size: 13312 | Author: 赵河 | Hits:

[Communicationvb-mscomm-tes

Description: vb 写的测试mscomm串口控件的小程序 -vb written test mscomm small Serial Control procedures
Platform: | Size: 18432 | Author: qinyu | Hits:

[Compress-Decompress algrithmsvb+mscomm

Description: 利用VB开发通信程序主要的方法有两种,一是利用VB本身提供的控件(CONTRALS),另一种方法是利用WINDOWS API应用程序接口,WINDOWS API 主要提供了三个动态连接库KERNEL.EXE、USER.EXE、GDI.EXE供开发人员调用-use VB major communication program two ways. First, the use of VB itself, the controls (CONTRALS) Another method is to use Windows API application programming interface, Windows API provides essentially three KERNEL.EXE Dynamic Link Library, USER.EXE, GDI.EXE call for developers
Platform: | Size: 1527808 | Author: tomtan | Hits:

[Software EngineeringMSComm

Description: MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法。具体的来说,它提供了两种处理通信问题的方法:一是事件驱动(Event-driven)方法,一是查询法。-MSComm through serial port transmission and reception of data and application procedures for serial communications capabilities. MSComm in serial programming extremely convenient programmer does not have to spend time to understand the more complex API function, but also in VC, VB, Delphi, and other languages may be used. Microsoft Communications Control (hereinafter referred to MSCom m) is provided by Microsoft to simplify Windows programming of serial communication Active X-Control, which provides for the application procedures for the adoption of Serial Data Interface Transceiver simple method. Specifically, it provides a communication problem handled in two ways : First, the event-driven (Event-driven), First Act inquiries.
Platform: | Size: 9216 | Author: steven | Hits:

[Software Engineeringvb-MSComm1

Description: 安装绿色精简版vb在做串口操作会 控件 MSComm1 的类 MSCommLib.MSComm 不是一个已加载的控件类。 此为补丁-Green Starter Edition installed vb serial port operation in the control to do MSComm1 class MSCommLib.MSComm is not a type of control has been loaded. This is the patch
Platform: | Size: 168960 | Author: 得到 | Hits:

[Fax programMscomm

Description: 用VB写的串口通讯程序,看看吧.对写程序有好处的.-Using VB to write the serial communication program, take a look at it. To write good procedures.
Platform: | Size: 13312 | Author: 221 | Hits:

[VC/MFCMSComm

Description: MSComm控件使用详解,是整理好的PDF文档-MSComm control the use of detailed, is finishing a good PDF document
Platform: | Size: 311296 | Author: 淡月清风 | Hits:

[Com PortMScomm

Description: vb语言开发的串口通信,可实现拨号传送文件等-vb serial communication language development, enabling the transmission of documents, such as dial-up
Platform: | Size: 14336 | Author: jo | Hits:

[Com PortMSComm

Description: MSComm 控件使用详解 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。 MSComm 控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的 API 函 数,而且在 VC 、 VB 、 Delphi 等语言中均可使用。-MSComm control MSComm explain the use of control through a serial port transmit and receive data, for applications to provide serial communication function. MSComm control in the serial programming is very convenient, programmers do not have to spend time to understand the more complex API function, but also in VC, VB, Delphi and other languages can be used.
Platform: | Size: 296960 | Author: 自治州 | Hits:

[Windows DevelopMSCOMM

Description: vb mscomm vb mscomm vb mscomm vb msco-vb mscomm vb mscommvb mscomm vb msco
Platform: | Size: 13312 | Author: 宋代海 | Hits:

[Com Portvb

Description: vb serial port using MSCO-vb serial port using MSCOMM
Platform: | Size: 1024 | Author: 曲海波 | Hits:

[GUI DevelopMScomm-VB-controls-in-the-use-of-communication

Description: VB中MScomm控件通信方式的使用MScomm VB controls in the use of communication-MScomm VB controls in the use of communication
Platform: | Size: 21504 | Author: orlando | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net